@charset "utf-8";
@font-face{ font-family: myFirstFont; src:url(../font/georgia.ttf);}

/*==========================================公共 开始=============================================*/
:root{--wz-color:#3f7529;}
html,body{ height:100%;}
.full_page{position:relative;width:100%;}
#banner{position:relative;top:0;left:0;width:100%;height:100%;z-index:0;overflow: hidden;}
#banner ul.am-slides,#banner ul.am-slides li{height:100%;position:  relative;z-index: 0;}
#banner ul.am-slides li a{ display:block; width:100%; height:100vh;background-size: cover !important;}
#banner .am-control-nav{ display:none;}
#banner .botton{margin-top: 145px;position: absolute;left:50%;top: 50%;width:285px;height:53px;z-index: 0;margin-left:-680px;}
#banner .botton i{float:  left;display:inline-block;margin-right: 15px;width:53px;height:53px;line-height:53px;background:#fff;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;-moz-transition: all 0.24s ease-in-out;-webkit-transition: all 0.24s ease-in-out;-o-transition: all 0.24s ease-in-out;-ms-transition: all 0.24s ease-in-out;transition: all 0.24s ease-in-out;}
#banner .botton i:before{ display:block; content:""; background:url(../images/jiantou.png) center center no-repeat; width:53px; height:53px; -moz-transition: all 0.24s ease-in-out;-webkit-transition: all 0.24s ease-in-out;-o-transition: all 0.24s ease-in-out;-ms-transition: all 0.24s ease-in-out;transition: all 0.24s ease-in-out;}
#banner .botton i:after{ display:block; content:""; background:url(../images/jiantou_on.png) center center no-repeat; width:53px; height:53px; -moz-transition: all 0.24s ease-in-out;-webkit-transition: all 0.24s ease-in-out;-o-transition: all 0.24s ease-in-out;-ms-transition: all 0.24s ease-in-out;transition: all 0.24s ease-in-out;}
#banner .botton i:hover:before{ margin-top:-53px;}
#banner .botton i:hover:after{ margin-top:0;}
#banner.am-slider-default .am-direction-nav a{ display:none;}
#banner .w1200{ position:absolute; width:100%; height:100%; top:0; left:0}
#banner .table{ display:table; width:100%; height:100%; text-align:center;}
#banner .table .table_cell{ display:table-cell; vertical-align:middle;}
#banner .table .table_cell h3 img{ width:auto; display:inline-block;}
#banner .table .table_cell form{ position:relative; display:inline-block; margin-top:68px;}
#banner .table .table_cell .input{ width: 505px;height: 55px;line-height: 55px;borde;border: rgba(255,255,255,.22) 1px solid; moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
#banner .table .table_cell .input input{width:100%;height:100%;vertical-align:top;border:none;background:none;font-size: 14px; padding: 0 115px 0 20px; color:rgba(255,255,255,0.7);}
#banner .table .table_cell .input input::-webkit-input-placeholder{ color:rgba(255,255,255,0.7);}
#banner .table .table_cell .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:rgba(255,255,255,0.7); }
#banner .table .table_cell .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:rgba(255,255,255,0.7);}
#banner .table .table_cell .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:rgba(255,255,255,0.7);}
#banner .table .table_cell #bnt_close{ position:absolute; right:5px; top:5px; width:100px; height:45px; background:none; line-height:44px; background:var(--wz-color); -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px; -moz-border-bottom-right-radius: 10px; border:none; -webkit-border-bottom-right-radius:10px; border-bottom-right-radius:10px; text-align:center; font-size:16px; color:#fff; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#banner .table .table_cell #bnt_close:hover{ background:#464647}
#banner .table .table_cell h5{font-size:14px;color:rgba(255,255,255,.6);display:inline-block;width:505px;text-align:left;margin-top: 18px;padding-left: 20px;}
.mouse{position: absolute;width:100%;bottom: 0;left:50%;z-index:99;-webkit-transform:translateX(-50%);-webkit-animation:dong 1s linear 0s infinite alternate;cursor:pointer;text-align: center;}
.mouse i{font-size: 3.1rem;color: #f5f5f5;}
@-webkit-keyframes dong{from{bottom:30px}to{bottom:50px}}


#header{position:absolute;width: 100%;z-index:10000}
#header .nav { float: right; height: 49px; position: relative}
/*#header .nav .navitem:nth-last-child(1) .subnav {left: auto; right: 0; text-align:right;}*/
#header .nav>li {float: left;font-size: 16px;height: 100%;position: relative;}
#header .nav>li>a{display: block;padding: 0px 27px;height: 68px;line-height: 44px;color: #fff;position: relative;overflow: hidden;}
#header .nav>li>a span { display: inline-block; position: relative;transition: all ease-out .3s}
#header .nav>li>a>i{ margin-left: 10px; color: #717171; transition: 0.36s ease;}
#header .nav .subnav{position: absolute;width: 172px;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);height: auto;z-index: 199;top: 74px;left: 50%;margin-left: -86px;overflow: hidden;visibility: hidden;opacity: 0;transition: all .36s ease;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC3f7529', endColorstr='#CC3f7529');background:rgb(63 117 41 / 0.8); -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#header .nav li:hover .subnav{ top:54px;}
#header .nav .subnav li{width: 100%;text-align:left;}
#header .nav .subnav li a {color: rgba(255,255,255,0.9);line-height: 22px;display: block;transition: all .2s ease-in-out;padding: 15px 0;border-bottom: 1px solid rgba(255,255,255,0.25);font-size: 13px;padding-left: 15px;padding-right:15px;text-align:  center;}
#header .nav .subnav li a:before{content:"\f105";color:#999;font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;float:right;margin-top:2px;display: none;}
#header .nav>li:hover .subnav{opacity: 1; visibility: visible}
#header .nav .subnav li a.active,#header .nav .subnav li a:hover { background-color: #f5f5f5; padding-left: 24px; color: var(--wz-color)}
#header .nav .on span{border-bottom: var(--wz-color) 2px solid;height: 55px;}
#hcontact { display: none}
#header,.singlescreen #header { box-shadow: none;}
#header{height: 64px;top: 36px;left: 0;padding-top: 20px;}
#header .content { padding-left: 0;padding-right: 0}
#header #headTop { float:left; height: 44px; text-align: center;}
#header #headTop img{max-height:100%;}
#header .content a#logo { float: none; display: inline-block}
#header .content a#logo img { float: none}
#header #navWrapper { float: right; position: relative; z-index: 99;}
#header.mini #navWrapper {}
#header .nav {margin-left: 0;height: 44px;text-align: center;float: none;font-size: 0;}
#header .nav>li { display: inline-block; float: none}
#header.mini {position:fixed;background-color: rgba(255, 255, 255, 1);top: 0;height: 92px;padding-top: 24px;}
#header.mini .nav>a{ height:68px;}
#header.mini .nav .on span{ height: 68px;}
#header .nav .subnav01{ padding:30px 0; text-align:left; position: absolute;width: 1920px;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);height: auto;z-index: 199;top: 74px;left: 50%;margin-left: -1026px;overflow: hidden;visibility: hidden;opacity: 0;transition: all .36s ease;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC3f7529', endColorstr='#CC3f7529');background:rgb(63 117 41 / 0.8);-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#header .nav>li:hover .subnav01{opacity: 1; visibility: visible}
#header .nav .subnav01 dl{ float:left; width:100%}
#header .nav .subnav01 dl dt{ float:left; width:78px; height:36px; line-height:36px; margin-right:18px; text-align:center;}
#header .nav .subnav01 dl dt a{ font-size:16px; color:#fff;}
#header .nav .subnav01 dl .right{float:right;width: 1104px;}
#header .nav .subnav01 dl dd{ float:left; margin-right:10px; line-height:36px; height:36px;}
#header .nav .subnav01 dl dd a{ font-size:14px; color:rgba(255,255,255,0.7); font-weight:normal;}
#header .nav .subnav01 dl dd a:hover{ color:#fff;}

/*====翻页====*/
.j_pages{margin:0 auto 0 auto}
.j_pages .box{display:inherit;width:100%;padding: 1.5rem 0 2rem;font-size: 0;text-align:  center;}
.j_pages a{padding: 0px 13px;height: 35px;line-height: 35px;display:inline-block;margin: 0 6px 0 0;color: #666666;font-size: 14px;box-sizing: border-box;border:  #dedede 1px solid;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;:-webkit-border-radius: 3px;}
.j_pages a font{font-size:14px;font-family:SimSun;color:#9f9fa7}
.j_pages .on{background: var(--wz-color);color: #fff;border: var(--wz-color) 1px solid;}
.j_pages a:hover{background:var(--wz-color);color:#fff!important; border:1px solid var(--wz-color)}
.j_pages span{background:var(--wz-color);color:#fff!important;border:1px solid var(--wz-color)}
.j_pages a.u_bnt{transition:all 1s;-moz-transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s}


/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.container01{ height:806px; background:url(../images/container01_bg.jpg) center top no-repeat; padding-top:72px;}
.container01 .left{ float:left; width:600px; position:relative;}
.container01 .left .img01{ position:absolute; top:193px; left:0; z-index:1000;}
.container01 .left .img02{ float:left; width:345px; height:583px; margin-left:255px; overflow:hidden; cursor:pointer; position:relative;}
.container01 .left .img02 img{ width:345px; height:583px;}
.container01 .left .img02 .top{ position:absolute; left:0; top:0; width:100%; height:100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F1C1C1C', endColorstr='#7F1C1C1C');background:rgba(28,28,28,0.5);}
.container01 .left .img02 .top .table{ width:100%; height:100%; display:table; text-align:center;}
.container01 .left .img02 .top .table_cell{ display:table-cell; vertical-align:middle;}
.container01 .left .img02 .top .table_cell img{ width:auto; height:auto;}
.container01 .right{ float:left; width:600px; height:483px; background:#fff; margin-top:100px; padding:80px 50px 0;}
.container01 .right h4{ font-size:18px; color:#6d6d6d; margin-bottom:36px;}
.container01 .right p{ font-size:14px; line-height:24px; color:#6e6e6e; margin-bottom:84px;}
.container01 .right a{ display:inline-block; width:135px; height:40px; line-height:38px; border:var(--wz-color) 1px solid; text-align:center; font-size:14px; color:var(--wz-color); position:relative; overflow:hidden;}
.container01 .right a span{ position:relative; z-index:10; font-size:14px; color:var(--wz-color); transition: 0.68s;}
.container01 .right a:hover span{ color:#fff;}
.container01 .right a:before{ content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); border-style: solid; border-width: 0 0 0 0; border-color: var(--wz-color) transparent transparent transparent; position: absolute; top: 0; left: 0; z-index:0; transition: 0.68s; }
.container01 .right a:hover:before{ border-width: 930px 930px 0 0; }

/*======================j_弹窗======================*/

#page_show_video_box {position: fixed;z-index: 9995;top: -1800px;left: 0;display: block;height: 100%;width: 100%;}
#page_show_video_box .bg_box {position: fixed;z-index: 9994;top: 0px;display: none;height: 100%;width: 100%;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');background: rgba(0,0,0,0.7);}
#page_show_video_box .box {position: absolute;top: 50%;z-index: 9999;left: 50%;margin-left: -405px;}
#page_video {width: 796px;height: 405px;position: relative;}
#page_video .video_box {border: 5px solid #31343a;width: 726px;height: 405px;overflow: hidden;}
#page_show_video_box #j_video {/*background: url(../images/j_loading.gif) center 200px no-repeat;*/background-size: 100px 100px;}
#page_show_video_box .info {padding: 15px 25px 15px 25px;width: 726px;background: #31343a;}
#page_show_video_box .info h1.title {font-size: 1rem;color: #fff;margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#page_show_video_box .info p {line-height: 24px;overflow: hidden;font-size: 14px;color: #fff;padding-bottom: 15px}
#page_show_video_box .info p.last {padding-bottom: 0;}
#page_show_video_box #playercontainer {display: none;}
#page_show_video_box #page_ar {width: 810px;position: relative;}
#page_show_video_box #page_ar .ar_box {border: 5px solid #222222;width: 730px;padding: 40px 0;background: #fff;position: relative;}
#page_show_video_box #page_ar .ar_box .ar_article {padding: 0px 35px;height: 540px;}
#page_show_box .bg_box {position: fixed; z-index: 9994; top: 0px; display: none; height: 100%; width: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000'); background: rgba(0,0,0,0.7);}
#page_show_box .box {position: absolute;top: 50%;z-index: 9999;left: 50%;margin-left: -405px;}
#bnt_close01 {display: block;width: 70px;height: 70px;background: #31343a;position: absolute;top: 0;right: 0;}
#bnt_close01 img {display: block;position: absolute;left: 20px;top: 23px;width: 25px;height: 25px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#bnt_close01:hover img {transform: rotate(90deg);-ms-transform: rotate(90deg); /* IE 9 */-moz-transform: rotate(90deg); 	/* Firefox */-webkit-transform: rotate(90deg); /* Safari 和 Chrome */-o-transform: rotate(90deg); 	/* Opera */}
#page_show_video_box video{ width:730px; height:414px;}

.container02{ background:#31343a; height:354px; position:relative;}
.container02 .content .left,
.container02 .content .left ul{ float:left;}
.container02 .content{ position:absolute; width:1200px; height:360px; background:#444850; margin-top:-84px; padding:88px 16px 0;}
.container02 .content .left ul li{ float:left; width:174px; height:174px; border:#f2f0f6 1px dashed; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; margin:0 36px; text-align:center; padding:25px 0 0 0; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container02 .content .left ul li .img{ width:100%; height:66px; display:table;}
.container02 .content .left ul li .img i{ display:table-cell; vertical-align:middle;}
.container02 .content .left ul li h4{ font-size:16px; font-weight:bold; color:#fff; margin-bottom:8px;}
.container02 .content .left ul li h5{ font-size:14px; color:#fff; text-transform:uppercase;}
.container02 .content .left ul li:hover{ background:var(--wz-color); border:var(--wz-color) 1px solid;}
.container02 .content .right{ float:right; text-align:right; margin-right:44px;}
.container02 .content .right h3{ font-size:24px; font-weight:bold; color:#fff; margin-bottom:12px; margin-top:54px;}
.container02 .content .right h5{ font-size:24px; color:#fff; text-transform:uppercase;}

.container03{ background:#31343a; padding-bottom:52px;}
.container03 .title{ width:258px; text-align:center; position:relative; margin:0 auto; margin-bottom:36px;}
.container03 .title:before{ content:""; position:absolute; width:100%; left:0; top:22px; border-bottom:#fff 2px solid;}
.container03 .title:after{ content:""; position:absolute; width:136px; left:50%; margin-left:-68px; top:22px; border-bottom:#31343a 2px solid;}
.container03 .title h3{ font-size:24px; font-weight:bold; color:#fff; margin-bottom:10px;}
.container03 .title h5{ font-size:24px; color:#fff; text-transform:uppercase;}
.container03 .lwy .slider-nav{padding: 0 80px;margin-bottom:40px;}
.container03 .lwy .slider-nav .miso-slide{ display:inline-block; padding:0 12px; height:40px; line-height:40px; background:#fff; margin:0 7px; text-align:center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; cursor:pointer;}
.container03 .lwy .slider-nav h5{ font-size:14px; color:#747474;}
.container03 .lwy .slider-nav .miso-slide.miso-current{ background:var(--wz-color);}
.container03 .lwy .slider-nav .miso-slide.miso-current h5{ color:#fff;}
.container03 .lwy .slider-for ul{ width:1220px;}
.container03 .lwy .slider-for ul li{float:left;width:285px;height: 350px;margin-right:20px;background:#fff;margin-bottom:20px;}
.container03 .lwy .slider-for ul li .img,
.container03 .lwy .slider-for ul li .img img{ width:285px; height:275px; overflow:hidden;}
.container03 .lwy .slider-for ul li h6{height:2px;position:relative;margin-bottom: 30px;}
.container03 .lwy .slider-for ul li h6:before{ content:""; position:absolute; top:0; left:50%; margin-left:-30px; width:60px; height:2px; background:#eee;}
.container03 .lwy .slider-for ul li h6:after{ content:""; position:absolute; top:0; left:50%; margin-left:-30px; width:0; height:2px; background:var(--wz-color); -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container03 .lwy .slider-for ul li h5{ padding:0 15px; font-size:16px; color:#727272; text-align:center; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container03 .lwy .slider-for ul li:hover h5{ color:var(--wz-color);}
.container03 .lwy .slider-for ul li:hover h6:after{ width:60px;}

.container04{ background:#31343a; padding-bottom:80px; position:relative;}
.container04:before{content:"";position:absolute;bottom:0;left:0;width:100%;height: 276px;background:#f2f0f6;}
.container04 .title{ width:258px; text-align:center; position:relative; margin:0 auto; margin-bottom:36px;}
.container04 .title:before{ content:""; position:absolute; width:100%; left:0; top:22px; border-bottom:#fff 2px solid;}
.container04 .title:after{ content:""; position:absolute; width:136px; left:50%; margin-left:-68px; top:22px; border-bottom:#31343a 2px solid;}
.container04 .title h3{ font-size:24px; font-weight:bold; color:#fff; margin-bottom:10px;}
.container04 .title h5{ font-size:24px; color:#fff; text-transform:uppercase;}
.container04 .lwy .slider-nav{padding: 0 434px;margin-bottom:60px;}
.container04 .lwy .slider-nav .miso-slide{ display:inline-block; padding:0 12px; height:40px; line-height:40px; background:#fff; margin:0 7px; text-align:center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; cursor:pointer;}
.container04 .lwy .slider-nav h5{ font-size:14px; color:#747474;}
.container04 .lwy .slider-nav .miso-slide.miso-current{ background:var(--wz-color);}
.container04 .lwy .slider-nav .miso-slide.miso-current h5{ color:#fff;}
.container04 .lwy .slider-for ul{ width:1220px;}
.container04 .lwy .slider-for ul li{ float:left; width:385px; margin-right:20px;}
.container04 .lwy .slider-for ul li .img,
.container04 .lwy .slider-for ul li .img img{ width:385px; height:260px; overflow:hidden; position:relative;}
.container04 .lwy .slider-for ul li .img .time{ position:absolute; bottom:0; left:0; width:100px; height:80px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');background:rgba(255,255,255,0.9); text-align:center; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container04 .lwy .slider-for ul li:hover .img .time{ filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5F14C22', endColorstr='#E5F14C22');background:rgb(63 117 41/0.9);}
.container04 .lwy .slider-for ul li .img .time .day{ font-size:30px; color:#31343a; height:52px; line-height:55px;}
.container04 .lwy .slider-for ul li .img .time .month{ font-size:14px; color:#31343a;}
.container04 .lwy .slider-for ul li:hover .img .time .day,
.container04 .lwy .slider-for ul li:hover .img .time .month{ color:#fff}
.container04 .lwy .slider-for ul li .con{ padding:31px; background:#fff; height:196px;}
.container04 .lwy .slider-for ul li .con h5{ font-size:17px; color:#616161; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin-bottom:25px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container04 .lwy .slider-for ul li:hover .con h5{ color:var(--wz-color); text-decoration:underline;}
.container04 .lwy .slider-for ul li .con p{ font-size:14px; line-height:24px; height:48px; overflow:hidden; color:#7a7a7a; margin-bottom:28px;}
.container04 .lwy .slider-for ul li .con span{ font-size:14px; color:#aeaeae; text-transform:uppercase; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container04 .lwy .slider-for ul li:hover .con span{ color:var(--wz-color);}

footer{ background:#1b1b1b; padding:66px 0 0 0; overflow:hidden;}
footer .top{ border-bottom:#484848 1px solid; padding-bottom:42px;}
footer .top .left{ float:left; width:408px;}
footer .top .left .flogo{*height:60px;width:300px;}
footer .top .left ul{ float:left; margin-top:30px;}
footer .top .left ul li{ float:left; width:117px; margin-right:45px;}

footer .top .left ul li img{ width:117px; height:117px;}
footer .top .left ul li h6{ font-size:12px; color:#a5a5a5; margin-top:15px; text-align:center;}
footer .top .center{ float:left; width:360px;}
footer .top .center dl{ float:left; width:165px;}
footer .top .center dl dt{ font-size:16px; font-weight:bold; margin-bottom:20px;}
footer .top .center dl dt a{ color:#fff;}
footer .top .center dl dd{ font-size:14px; line-height:30px;}
footer .top .center dl dd a{ color:#b1b1b1; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
footer .top .center dl dd a:hover{ color:#fff}
footer .top .right{float:right;width: 430px;}
footer .top .right h5{ font-size:16px; font-weight:bold; color:#fff; margin-bottom:25px;}
footer .top .right p{font-size:14px;color:#b1b1b1;line-height:24px;padding-left:20px;margin-bottom: 25px;}
footer .bottom{ height:50px; line-height:50px; text-align:center;}
footer .bottom p,
footer .bottom p a{ font-size:12px; color:rgba(255,255,255,.2);}
footer .bottom p a:hover{ color:rgba(255,255,255,1);}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

#n_banner{ height:520px;background-size:cover !important;background-repeat: no-repeat;  background-position: bottom;}
#n_banner img{ opacity:0;}
.n_container{padding:44px 0 50px;/* background:#f2f0f6; */min-height: 700px;}
.n_left{ width:260px; float:left;  overflow:hidden;}
.n_left .left_title{margin-bottom: 30px;}
.n_left .left_title strong{color: #575757;font-size: 20px;font-weight:  normal;}
.n_left .left_title span{color: var(--wz-color);text-transform: uppercase;font-size:14px;margin-left: 4px;} 
/*=================侧导航==================*/
#n_nav{background: #ffff; margin-bottom:30px;}
#n_nav dt h1{ display:block;  padding: 0 25px;border-bottom: 1px solid #e9e9ec; line-height: 37px; margin-left: 9px; margin-right: 8px;}
#n_nav dt{position:relative;padding:0 0px;display:block;line-height: 45px;height: 45px;overflow:hidden;border: 1px solid #eae9ee; margin-top:-1px;}
#n_nav dt a{font-size:14px;padding-left: 20px;color: #222121;display:block;}
#n_nav dt.on{background: var(--wz-color) url(../images/jiantou.png) 216px 20px no-repeat;}
#n_nav dt.on a{ color:#fff; }
#n_nav dt:hover{ background: var(--wz-color) url(../images/jiantou.png) 216px 20px no-repeat;}
#n_nav dt:hover a{ color:#fff}
#n_nav .box{ padding:10px 0; border:1px solid #eae9ee}
#n_nav dd{ display:none}
#n_nav dd a{padding-left:10px;line-height: 35px;font-size:12px;color: #777777;display:block;height: 35px;margin: 0 30px 0 22px; border-bottom:  #edeeef 1px solid;}
#n_nav dd a:last-child{ border:none}
#n_nav dd a:hover{ color:var(--wz-color);}
#n_nav dd a.on{background: url(../images/dd_on.png) 200px center no-repeat;color:var(--wz-color);}

#left_links{ background:#fff}
#left_links .title{ height:55px; line-height:55px; padding-left:47px; background:var(--wz-color) url(../images/icon_pro.png) 20px center no-repeat; font-size:15px; color:#fff;}
#left_links .box{ border:#dcdcdc 1px solid; padding-bottom:22px;}
#left_links ul li{border:#eeeeee 1px solid;margin: 18px 23px;padding-bottom: 12px;}
#left_links ul li .img,
#left_links ul li .img img{ width:210px; height:195px; overflow:hidden;}
#left_links ul li h6{height:2px;position:relative;margin-bottom: 12px;}
#left_links ul li h6:before{ content:""; position:absolute; top:0; left:50%; margin-left:-30px; width:60px; height:2px; background:#eee;}
#left_links ul li h6:after{ content:""; position:absolute; top:0; left:50%; margin-left:-30px; width:0; height:2px; background:var(--wz-color); -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#left_links ul li h5{padding:0 15px;font-size: 14px;color: #727272;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#left_links ul li:hover h5{ color:var(--wz-color);}
#left_links ul li:hover h6:after{ width:60px;}
#left_links .miso-prev, #left_links .miso-next{ top:0; right:0; left:auto; width:8px; height:14px;}
#left_links .miso-prev{background:url(../images/left_links_prev.png) center no-repeat;margin-top: -35px;margin-right: 48px;}
#left_links .miso-next{background:url(../images/left_links_next.png) center no-repeat;margin-top: -35px;margin-right: 26px;}
#left_links .more{ text-align:center;}
#left_links .more a{ display:inline-block; width:210px; height:30px; line-height:30px; text-align:center; font-size:12px; color:#fff; margin:0 auto; background:#b2b5b6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#left_links .more a:hover{ background:var(--wz-color); -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}

#left_links01{ background:#fff}
#left_links01 .title{height:55px;line-height:55px;padding-left: 44px;background:var(--wz-color) url(../images/icon_pro01.png) 20px center no-repeat;font-size:15px;color:#fff;}
#left_links01 .box{padding-bottom:22px;padding-top:10px;border: #eee 1px solid;}
#left_links01 ul li{border-bottom:#eeeeee 1px solid;padding-left:12px;background: url(../images/tuijian_bg.png) left 18px no-repeat;margin:0 20px;line-height:40px;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;}
#left_links01 ul li a{ font-size:13px; color:#747474}
#left_links01 ul li a:hover{ color:var(--wz-color)}

.n_right{width: 890px;float:right;}
.n_title{position:relative;height: 20px;line-height: 20px;margin-bottom: 30px;}
.position{position:absolute;line-height: 20px;height: 20px;right:0px;top:0px;color: #a2a2a2;background: url(../images/icon_home.png) 0 5px no-repeat;padding-left: 18px;}
.position span, .position a, .position i{font-size:12px;color: #a2a2a2;}
.position em{font-size:12px;color: var(--wz-color);font-style:normal;}
.position a:hover{ color:var(--wz-color);}

.n_about h4{font-size:16px;color:var(--wz-color);font-weight:bold;margin-bottom:24px;padding-top: 12px;}

.n_licheng{ padding-left:42px; margin-bottom:20px;}
.n_licheng dl{ padding-left:50px; padding-bottom:44px; position:relative;}
.n_licheng dl:before{ content:""; position:absolute; left:11px; height:100%; border-left:#dcdcdc 1px solid; z-index:0}
.n_licheng dl:after{ content:""; position:absolute; left:0; top:0; width:20px; height:20px; background:url(../images/licheng_bg.png) 4px 0px no-repeat; z-index:1}
.n_licheng dl:first-child:after{ background:url(../images/licheng_bg_f.png) 0 0px no-repeat;}
.n_licheng dl dt{ font-size:18px; color:var(--wz-color); font-weight:bold; margin-bottom:15px;}
.n_licheng dl dd{ font-size:14px; color:#777; line-height:24px;}

.n_zizhi ul{width: 934px;}
.n_zizhi ul li{float:left;width: 156px;height: 198px;background: #fff;margin: 0 27px 60px 0;box-sizing:  border-box;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_zizhi ul li .pic_box{width: 100%;height: 198px;display:table;overflow:hidden;}
.n_zizhi ul li .pic_box .box{display:table-cell;vertical-align:middle;text-align: -webkit-center;}
.n_zizhi ul li img{max-width: 112px;max-height: 158px;display:block;}
.n_zizhi ul li h5{font-size: 14px;color: #7b7b7b;text-align:center;margin:1.5rem 0 1rem;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.n_zizhi ul li:hover h5{ color:var(--wz-color)}

.n_product ul{float:  left;width: 930px;margin-bottom: 30px;}
.n_product ul li{float:left;width: 270px;height: 320px;margin-right: 40px;margin-bottom: 30px;border: #eae9ee 1px solid;}
.n_product ul li .img,
.n_product ul li .img img{width: 270px;height: 260px;overflow:hidden;}
.n_product ul li h6{height:2px;position:relative;margin-bottom: 20px;}
.n_product ul li h6:before{ content:""; position:absolute; top:0; left:50%; margin-left:-30px; width:60px; height:2px; background:#eee;}
.n_product ul li h6:after{ content:""; position:absolute; top:0; left:50%; margin-left:-30px; width:0; height:2px; background:var(--wz-color); -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_product ul li h5{ padding:0 15px; font-size:16px; color:#727272; text-align:center; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_product ul li:hover h5{ color:var(--wz-color);}
.n_product ul li:hover h6:after{ width:60px;}

.n_product_detail .title h4{ font-size:18px; color:var(--wz-color); font-weight:bold; text-align:center; margin-bottom:38px;}
.n_product_detail .img{ text-align:center; margin-bottom:42px;}
.n_product_detail .img img{ width:285px; height:275px;}
.n_product_detail h5{ font-size:16px; height:48px; line-height:48px; position:relative; border-bottom:rgba(212,213,217,1) 1px solid;}
.n_product_detail h5:before{ content:""; width:64px; height:2px; background:var(--wz-color); position:absolute; left:0; bottom:-1px;}

.n_news ul{float: left;width: 930px;margin-bottom: 20px;}
.n_news ul li{float:left;width: 280px;margin-right: 25px;margin-bottom: 25px;}
.n_news ul li .img,
.n_news ul li .img img{width: 280px;height: 190px;overflow:hidden;position:relative;}
.n_news ul li .img .time{position:absolute;bottom:0;left:0;width: 75px;height: 60px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');background:rgba(255,255,255,0.9);text-align:center;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_news ul li:hover .img .time{ filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5F14C22', endColorstr='#E5F14C22');background:rgb(63 117 41 /0.9);}
.n_news ul li .img .time .day{font-size: 24px;color:#31343a;height: 37px;line-height: 42px;}
.n_news ul li .img .time .month{ font-size:14px; color:#31343a;}
.n_news ul li:hover .img .time .day,
.n_news ul li:hover .img .time .month{ color:#fff}
.n_news ul li .con{padding: 24px 10px;background:#fff;height: 160px;}
.n_news ul li .con h5{font-size: 16px;color:#616161;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:25px;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_news ul li:hover .con h5{ color:var(--wz-color); text-decoration:underline;}
.n_news ul li .con p{font-size:14px;line-height: 20px;height: 40px;overflow:hidden;color:#7a7a7a;margin-bottom: 12px;}
.n_news ul li .con span{font-size: 12px;color: #929292;text-transform:uppercase;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_news ul li:hover .con span{ color:var(--wz-color);}

.n_news_detail .ar_title{border-bottom: #d7d7d7 1px solid;padding-bottom: 0;margin-bottom: 40px;}
.n_news_detail .ar_title h3{font-size: 16px;color: #595959;line-height: 20px;}
.n_news_detail .ar_title h6 span{position:relative;font-size: 12px;color: #a2a2a2;display:inline-block;height: 50px;line-height: 50px;font-weight:normal;}
.n_news_detail .ar_title h6 span i{position:absolute;left:0;bottom: -1px;width:100%;height: 2px;background-color: var(--wz-color);}
.shart_box{display:inline-block;float:right;margin-top: 5px;}

#ar_fot{position:relative;float:left;box-sizing: border-box;width: 100%;line-height: 32px;border-top: #d3d2d5 1px dashed;border-bottom: #d3d2d5 1px dashed;padding-top: 12px;padding-bottom: 12px;margin-top: 20px;margin-bottom: 30px;}
#ar_fot h1{display:block;width: 430px;font-size: 12px;color: #8b8a8a;font-weight: normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#ar_fot h1 a{font-size: 12px;color: #8b8a8a;font-weight:normal; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
#ar_fot h1 a:hover{color:var(--wz-color);}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot a,#ar_fot span{}
#ar_fot .shart_box a{ line-height:36px;}
#ar_fot .fr{ text-align:right}

.n_title .left_title strong{color: #575757;font-size: 20px;font-weight:  normal;}
.n_title .left_title span{color: var(--wz-color);text-transform: uppercase;font-size:14px;margin-left: 4px;} 


.n_ziliao ul{ margin-bottom:35px;}
.n_ziliao ul li{overflow:hidden;padding: 35px 20px 28px;border-bottom: #dfe1e1 1px solid;}
.n_ziliao ul li .left{float:left;width:1000px;box-sizing:border-box;height: 35px;padding:0 0 0 50px;background:url(../images/n_ziliao_icon.png) left 3px no-repeat;}
.n_ziliao ul li .left h5{font-size: 14px;color: #6a6a6a;margin: 2px 0 4px 0;}
.n_ziliao ul li .left span{font-size:12px;color: #9d9d9d;}
.n_ziliao ul li .right a{float:right;display:inline-block;width: 135px;height: 35px;line-height: 35px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius:2px;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;padding-left: 20px;background:var(--wz-color) url(../images/down_icon_on.png) 96px 10px no-repeat;}

.n_ziliao ul li .right a span{display:inline-block;font-size: 14px;color: #fff;vertical-align:top;margin:0 5px;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_ziliao ul li .right a span img{ float:left; margin-top:10px; filter:alpha(opacity:50); opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5}
.n_ziliao ul li:hover .right a{ background:#333 url(../images/down_icon_on.png) 96px 10px no-repeat; }
.n_ziliao ul li:hover .right a span{ color:#fff;}

.n_contact h4{font-size:16px;color:var(--wz-color);font-weight:bold;margin-bottom: 20px;padding-top: 12px;}
.n_contact .ar_article{ margin-bottom:36px;}
.n_contact .ar_article p{ padding-left:26px; line-height:36px; margin-bottom:0px; color:#939393}

.n_liuyan .left{ float:left; width:500px;}
.n_liuyan form{ float:left; width:500px; }
.n_liuyan .input_box{ height: 40px; line-height: 40px; border:#dcdcdc 1px solid; font-size:12px; color:#999999; margin-bottom: 20px;}
.n_liuyan .input_box input{ float:left; width:100%; height:38px; padding:0 12px; border:none; background:none; color:#999999;}
.n_liuyan .input_box input::-webkit-input-placeholder{ color:#999;}
.n_liuyan .input_box input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.n_liuyan .input_box input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999;}
.n_liuyan .input_box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
.n_liuyan .textarea textarea::-webkit-input-placeholder{ color:#999;}
.n_liuyan .textarea textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.n_liuyan .textarea textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999;}
.n_liuyan .textarea textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
.n_liuyan .textarea{float:left;width:100%;border:#dcdcdc 1px solid;padding:8px 0;font-size:12px;min-height:170px;margin-bottom: 20px;}
.n_liuyan .textarea textarea{float:left;width:100%;line-height:24px;min-height: 144px;padding:0 12px;border:none;background:none;color:#999999;resize:  none;}
.n_liuyan .input_box01{ width:178px; position:relative; margin-bottom:40px;}
.n_liuyan .input_box01 .yanzhengma{ position:absolute; right:-185px; top:0; width:178px; height:40px;}
.n_liuyan .input_box01 .yanzhengma img{ width:178px; height:40px;}
.n_liuyan .input_box02{ float:left; width:130px; height:40px; line-height:40px; background:var(--wz-color); -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_liuyan .input_box02 input{ float:left; width:130px; height:40px; border:none; background:none; font-size:14px; color:#fff;}
.n_liuyan .input_box02:hover{ background:#222; }
.n_liuyan .right{ float:right; width:348px; height:410px;}

.n_case ul{ float:left; width:950px;}
.n_case ul li{float:left;width:275px;height:225px;background:#fff;margin-right: 32px;margin-bottom:  30px;padding: 12px;box-sizing:  border-box;}
.n_case ul li .img,
.n_case ul li .img img{ width:250px; height:160px; overflow:hidden; border:1px solid #eae9ee}
.n_case ul li h5{ font-size:14px; color:#777777; line-height:50px; text-align:center; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_case ul li:hover h5{ color:var(--wz-color)}

.n_case_detail .lwy{ margin-bottom:62px;}
.n_case_detail .slider-for{height: 506px;padding: 0px 50px;}
.n_case_detail .slider-for .miso-prev,
.n_case_detail .slider-for .miso-next{width:10px;height:19px;margin-top: -1rem;}
.n_case_detail .slider-for .miso-prev{ background:url(../images/n_case_detail_left01.png) center no-repeat; left:0}
.n_case_detail .slider-for .miso-next{background:url(../images/n_case_detail_right01.png) center no-repeat; right:0;top: 50%;}
.n_case_detail .slider-for .miso{position:relative;width: 791px;height: 506px;}
.n_case_detail .slider-for .miso img{ width:100%}
.n_case_detail .slider-for .miso-current .miso img{ width: 791px; height: 506px;}
.n_case_detail .slider-for .miso .top{position:absolute;width: 100%;bottom:0;left:0;padding:1.75rem 2.75rem;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#A3212020', endColorstr='#A3212020');background:rgba(33,32,32,0.64);}
.n_case_detail .slider-for .miso .top h4{font-size: 1rem;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:1.25rem;}
.n_case_detail .slider-for .miso .top p{ font-size:0.75rem; color:#cbccd0; line-height:1.375rem; height:2.75rem; overflow:hidden;}
.n_case_detail .slider-nav{padding: 0 45px;margin-top:13px;}
.n_case_detail .slider-nav .miso-slide img{ width:100%}
.n_case_detail .slider-nav .miso-slide .miso{margin: 0 6px;}
.n_case_detail .slider-nav .miso-slide .miso img{width: 150px;height: 97px;}
.n_case_detail .slider-nav .miso-prev,
.n_case_detail .slider-nav .miso-next{width: 11px;height:20px;margin-top:  -1rem;}
.n_case_detail .slider-nav .miso-prev{background:url(../images/n_case_detail_left.png) center no-repeat;left: 15px;}
.n_case_detail .slider-nav .miso-next{background:url(../images/n_case_detail_right.png) center no-repeat;right: 15px;top: 50%;}
.n_case_detail .slider-nav .miso-current .miso img{border: var(--wz-color) 3px solid;}
.n_case_detail h4{ margin-bottom:15px; font-size:16px; color:#4e4e4e;}
.n_case_detail  .ar_article p{ font-size:14px; color:#797979; line-height:24px;}

.n_product_detail .bottom{ float:left; width:100%;}
.n_product_detail .bottom ul.am-tabs-nav li{ display:inline-block; flex:none; -webkit-flex:none; -webkit-box-flex:none; }
.n_product_detail .bottom ul.am-tabs-nav li a{ padding:0 2.375rem;}
.n_product_detail .bottom .am-tabs-bd{ border:none}
.n_product_detail .bottom .am-tabs{ padding:0; margin:0}
.n_product_detail .bottom .am-tabs-bd .am-tab-panel{padding: 2rem 0 1rem;}
.n_product_detail .bottom .am-tabs-default .am-tabs-nav{background:#eff2f4;position:  relative;}
.n_product_detail .bottom .am-tabs-default .am-tabs-nav a{font-size:16px;height:48px;line-height:48px;position:relative;}
.n_product_detail .bottom .am-tabs-default .am-tabs-nav li.am-active a:before{content:"";width: 120px;height:2px;background:var(--wz-color);position:absolute;left:0;bottom: 0px;z-index: 1000;}
.n_product_detail .bottom .am-tabs-default .am-tabs-nav>.am-active a{background:none;color: var(--wz-color);}
.am-cf:after, .am-cf:before{width:100%;height: 1px;background:#e2e2e2;position:absolute;left:0;bottom: 0px;z-index: 10;}

/*友情链接*/
.container07{background: var(--wz-color);padding: 10px 0;}
.container07 .w1100{border:none; position:relative;}
.container07 .nav{float:left;width: 77px;font-size: 13px;color: #fff;height:50px;line-height: 50px;}
.container07 ul{float:left;width: 1000px;height: 50px;overflow:hidden;box-sizing: border-box;padding: 10px 0 10px 0;}
.container07 ul li{float:left;line-height: 28px;padding: 0 6px;height: 30px;overflow: hidden;}
.container07 ul li a{color:rgba(255,255,255,0.8);font-size: 13px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.container07 ul li a:hover{ color:rgba(255,255,255,1)}
.container07 .height{ height:auto;}


/*==========================================内页 结束=============================================*/